home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Telecom / Internet / Internet A-M / MacHTTP 1.2.3 ƒ / AppleEvent Info / More Scripts / Stop MacHTTP < prev    next >
Encoding:
Text File  |  1993-12-21  |  214 b   |  8 lines  |  [TEXT/ttxt]

  1. tell application "MacHTTP 1.2"
  2.     activate
  3.     DoMenu "4,4" --Refuse new connections
  4.     display dialog ¬
  5.         "Wait until there are no current connections, then click 'Quit'" buttons {"Quit"} default button 1
  6.     quit
  7. end tell
  8.